func text/template.jsIsSpecial

3 uses

	text/template (current package)
		funcs.go#L655: 		if !jsIsSpecial(rune(c)) {
		funcs.go#L703: 	if strings.IndexFunc(s, jsIsSpecial) < 0 {
		funcs.go#L711: func jsIsSpecial(r rune) bool {